libxl: Rename libxl__device_{nic,channel}_from_xs_be to _from_xenstore
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 4 May 2016 15:18:36 +0000 (16:18 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 2 Jun 2016 14:53:29 +0000 (15:53 +0100)
commit94a3e2798e4b739d9d22874c07ce8011788f77f7
treea19e505d60568159fb5e5e34821426129e92b6ae
parentb3a4560e96a654927a70722aad6a5f68ea2da3e8
libxl: Rename libxl__device_{nic,channel}_from_xs_be to _from_xenstore

We are going to change these functions to expect, and be passed, a
/libxl path.  So it is wrong that they are called _from_xs_be.

Neither function reads anything which isn't found in both places, so
we can and will change the call sites later.

The only remaining function in libxl called *_from_xs_be relates to
PCI devices, for which the backend domain is hardcoded to 0 throughout
the libxl_pci.c.

No functional change.

This is part of XSA-178.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
tools/libxl/libxl.c